25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- class HTTPSWorker < CheckWorker
- sidekiq_options retry: false
-
- protected
- def analyze(host, port=443)
- CryptCheck::Tls::Https.analyze host, port
- end
-
- def type
- :https
- end
- end
|