OXIESEC PANEL
- Current Dir:
/
/
usr
/
lib
/
ruby
/
2.5.0
/
net
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:14:11 AM
rwxr-xr-x
📄
ftp.rb
41.84 KB
05/15/2023 11:41:43 AM
rw-r--r--
📁
http
-
05/09/2024 07:14:11 AM
rwxr-xr-x
📄
http.rb
50.43 KB
05/15/2023 11:41:43 AM
rw-r--r--
📄
https.rb
527 bytes
12/16/2015 05:07:31 AM
rw-r--r--
📄
imap.rb
110.85 KB
05/15/2023 11:41:43 AM
rw-r--r--
📄
pop.rb
26.62 KB
08/02/2017 03:10:42 PM
rw-r--r--
📄
protocol.rb
9.13 KB
05/22/2017 07:36:00 AM
rw-r--r--
📄
smtp.rb
30.24 KB
07/20/2017 11:34:03 PM
rw-r--r--
Editing: https.rb
Close
# frozen_string_literal: false =begin = net/https -- SSL/TLS enhancement for Net::HTTP. This file has been merged with net/http. There is no longer any need to require 'net/https' to use HTTPS. See Net::HTTP for details on how to make HTTPS connections. == Info 'OpenSSL for Ruby 2' project Copyright (C) 2001 GOTOU Yuuzou <gotoyuzo@notwork.org> All rights reserved. == Licence This program is licensed under the same licence as Ruby. (See the file 'LICENCE'.) =end require 'net/http' require 'openssl'