- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- yum and ssl...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 02:00 PM
тАО09-23-2005 02:00 PM
yum and ssl...
I am setting up our own yum repository. It is working with our network. However I want to open it up for our remote servers only. How can I make this secure. I was thinking of using ssl certs and httpd proxy the session to our yum server behind the firewall. Any thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-23-2005 08:22 PM
тАО09-23-2005 08:22 PM
Re: yum and ssl...
I believe yum server runs using httpd(correct me if i am wrong), in that case enabling SSL transaction on the httpd is not going to be big issue.
But I doubt whether the yum client can handle https requests. For this you might have to use some wrapper utilites which enables client applications SSL aware. check this link:
http://www.openssl.org/related/apps.html
Regards,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2005 01:42 AM
тАО09-25-2005 01:42 AM
Re: yum and ssl...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2005 01:56 AM
тАО09-25-2005 01:56 AM
Re: yum and ssl...
I think for this you can use standard ssl wrapper utilities, the link I posted in the previous answer contains various utilities which I believe can act as SSL proxy for your client application.
I believe, stunnel has client side wrapper application which can talk with the SSL enabled service and negotiate all SSL transactions, after this the client application is called to handle clear text data.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-26-2005 07:44 AM
тАО09-26-2005 07:44 AM
Re: yum and ssl...
http://www.ssh.com/support/documentation/online/ssh/adminguide/32/Port_Forwarding.html