Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread JITHIN K
On Mon, Nov 30, 2015 at 9:45 PM, Shakthi Kannan 
wrote:

> Hi,
>
> --- On Mon, Nov 30, 2015 at 9:39 PM, JITHIN K  wrote:
> | Output "svn: OPTIONS of 'https://192.168.0.1.1/svn/AJ': SSL handshake
> | failed: SSL error: A TLS warning alert has been received. (
> | https://192.168.1.1)"
> \--
>
> How were the SSL certificates generated?
>
> Try these (for a start):
>
>
> http://stackoverflow.com/questions/16805298/svn-and-ssl-handshake-failure
>
>
> http://e-mats.org/2012/11/svn-options-of-ssl-handshake-failed-ssl-error-a-tls-warning-alert-has-been-received/
>
>
> http://www.kpsolution.com/linux/svn-ssl-handshake-failed-ssl-error-a-tls-warning-alert-has-been-received/146/
>
> SK
>
> --
> Shakthi Kannan
> http://www.shakthimaan.com
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines
>


Hi Shakthi,

Appreciate your response.

I used the following command to generate the certificate.

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout
/etc/ssl/apache2.key -out /etc/ssl/apache2.crt


FYI,

I just checked in Ubuntu 12.04 and Ubuntu 14.04.

I only face issues with *Ubuntu 10.04 and Ubuntu 9.10. *

Regards,
Jithin k
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread Shakthi Kannan
Hi,

--- On Mon, Nov 30, 2015 at 10:14 PM, JITHIN K  wrote:
| I only face issues with *Ubuntu 10.04 and Ubuntu 9.10. *
\--

Are these Ubuntu distributions LTS?

Please trim your posts when you reply. Only keep the text that is
relevant. We follow trimmed, interleaved, bottom posting.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread L. Guruprasad
Hi Jithin,

On 11/30/15 10:28 PM, JITHIN K wrote:
> Hi Shakthi,
> 
> Ubuntu 9.10 is not LTS (Ubuntu 10.04 is LTS). Its an old unsupportable
> version.

I'm just guessing here but since these distributions are very old, these
errors could be due to the usage of unsupported protocols/ciphers.


That said, these are unsupported releases and even Ubuntu 10.04 LTS
reached EOL some time earlier this year. So you shouldn't be using it.

Thanks & Regards,
Guruprasad





signature.asc
Description: OpenPGP digital signature
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

[Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread JITHIN K
Hi All,

I tried to run the svn list of a remote SVN server (Which is newly
installed ) but it failed with the following error.

Command : sudo svn info https://192.168.1.1/svn/AJ

Output "svn: OPTIONS of 'https://192.168.0.1.1/svn/AJ': SSL handshake
failed: SSL error: A TLS warning alert has been received. (
https://192.168.1.1)"


Server OS : Ubuntu 12.04.5
SVN version : 1.6.17
Clients : Ubuntu 12.04,Ubuntu 10.04

*But it worked on Windows Clients (Command mode), TortoiseSVN etc*


Options tried.

1. --trust-server-cert [Along with non-interactive] - Failed.

Any suggestions / idea is appreciable.


Regards,
Jithin K
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread Shakthi Kannan
Hi,

--- On Mon, Nov 30, 2015 at 9:39 PM, JITHIN K  wrote:
| Output "svn: OPTIONS of 'https://192.168.0.1.1/svn/AJ': SSL handshake
| failed: SSL error: A TLS warning alert has been received. (
| https://192.168.1.1)"
\--

How were the SSL certificates generated?

Try these (for a start):

  http://stackoverflow.com/questions/16805298/svn-and-ssl-handshake-failure

  
http://e-mats.org/2012/11/svn-options-of-ssl-handshake-failed-ssl-error-a-tls-warning-alert-has-been-received/

  
http://www.kpsolution.com/linux/svn-ssl-handshake-failed-ssl-error-a-tls-warning-alert-has-been-received/146/

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Fwd: Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Sundar Raj
Hi,


Friends  How do i manually  assign an ipaddress and proxy ip in my
virtual machine running ubuntu 15.10.
I could not edit to change the ip .

Thanks
Sundar




-- Forwarded message --
From: Baskar Selvaraj 
Date: Mon, Nov 30, 2015 at 8:07 PM
Subject: Re: [Ilugc] Issue in ubuntu server installtion version 15.10
To: ILUG-C 


>
> For that you would be best served by using the 'apt' package manager.
> For instance to update the package lists from the Ubuntu repositories,
> you could run 'sudo apt update'. To install a desktop environment, you
> can run 'sudo tasksel' and select 'Ubuntu Desktop' iirc to start the
> installation of a desktop environment.


As 'tasksel' may not be installed by default, install 'tasksel' before
installing the desktop environment.

$sudo apt-get update
$sudo apt-get install tasksel

S. Baskar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread JITHIN K
Hi Guruprasad,

Thanks for the response.

The objective is to move all the SVN repositories from Ubuntu 9.10,Ubuntu
10.04 to Ubuntu 12.04. I am using svnsync command to keep a mirror copy of
the repository in the new server and once the syn over. I will decommission
the Ubuntu 9.10 and Ubuntu 10.04.  I know that I could use svn dump for
moving the repositories but I think svnsync is more suitable for my
environment.

I just found a work around for this solution by syncing over HTTP.

Thank you

Regards,
Jithin K
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] SSL handshake failed: SSL error: A TLS warning alert has been received

2015-11-30 Thread Arun Khan
On Mon, Nov 30, 2015 at 11:37 PM, JITHIN K  wrote:
>
> I just found a work around for this solution by syncing over HTTP.
>

Please share your workaround so that others with a similar use case
scenario can benefit from your knowledge.

+1 about upgrading your OS to a supported version.  I have seen cases
of Fedora 4 still running on public facing interfaces!

Most security incidents are caused because of lack of system upgrades
(OS + application stack).

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Arun Khan
On Mon, Nov 30, 2015 at 7:44 PM, Shakthi Kannan  wrote:
> Hi,
>
> --- On Mon, Nov 30, 2015 at 7:38 PM, Sundar Raj  wrote:
> | Facing some problem in ubuntu .Installed O/s but now i could not
> | install additional packages , GUI, etc...
> | When i try to install rpm using the following command it says the following
> | error.
> |
> | sudo apt-get install rpm
> \--
>
> Ubuntu is a Debian-based distribution, and it uses apt as its package
> manager, while RPM-based distributions use rpm.
>
> Why do you want to install rpm in Ubuntu?
>

The RPM tool set  is available as a deb package.   It is useful to
have it on a Debian based system to examine RPM based packages.

I would not recommend installing RPM application/library packages on a
DEB based system using the RPM tools.

In fact, the packages should be **native** to the distribution e.g.
not to mix Debian package with Ubuntu and vice versa.   There may be
subtle artefacts (bugs) that show up on "out of the box" use cases.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Opensource UTM and Session Border Controller

2015-11-30 Thread Arun Khan
On Fri, Nov 27, 2015 at 2:18 PM, Gireesh thenayil rajappan nair
 wrote:
> Dear All ,
>
> Opensource UTM firewall  and Session Border Controller for securing VoIP
> traffic available for free download .
>
> If any one interested to download and use it ,those guys can take advantage
> of the same .
>
> its fully free including support .
>
> for UTM visit  http://shield.com/
>

Looks very similar to Zentyal (Ubuntu based)..  Reading the User
Manual; the feature set is comparable to Zentyal.  I looked for
content filter (Dansgaurdian) and Time of Day rules (ToD) but I did
not find it (or I missed it).

BTW, host the ISO on sourceforge or similar service.  The ISO download
takes forever (816 MB and counting -- too big IMO).   Most others like
zentyal, ClearOS, Nethserver fit in a CD ROM.

Is it based on any distribution?  If so, just provide the packages
rather than the ISO.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Fwd: Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Arun Khan
On Mon, Nov 30, 2015 at 8:39 PM, Sundar Raj  wrote:
> Hi,
>
>
> Friends  How do i manually  assign an ipaddress and proxy ip in my
> virtual machine running ubuntu 15.10.
> I could not edit to change the ip .
>

This is a different question/topic.  Follow list guidelines and post a
*new* question instead of recycling your existing post.

-- Arun Khan
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Ubuntu server proxy setting

2015-11-30 Thread Sundar Raj
Hi,


I have updated my ubuntu server 15.10 which is running in vmware
vsphere
with proxy setting .

vi  /etc/apt/apt.conf

Now i could ping google .After when i tried to update my apt or when i try
to install
desktop packages using tasksel. It gives me error .How do i do it.



Thanks,
Sundar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Ubuntu server proxy setting

2015-11-30 Thread Shakthi Kannan
Hi,

--- On Tue, Dec 1, 2015 at 12:56 PM, Sundar Raj  wrote:
| It gives me error .How do i do it.
\--

What error? Please try to write in detailed when posting a question.

vsphere is from VMWare and you need to ask them for support. This
mailing list is for free and open source software discussions.

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


[Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Sundar Raj
Hi all,



   Facing some problem in ubuntu .Installed O/s but now i could not
install additional packages , GUI, etc...
When i try to install rpm using the following command it says the following
error.

   sudo apt-get install rpm

reading package lists... done + building dependency tree + reading state
information... *done e* package rpm is not available, but is referred to by
another *package* this may mean that the package is missing, has been
obsoleted, or is only available from another source + E: Package 'rpm' has
no installation candidate



My downloaded ubuntu iso file size is 550MB only.Kindly suggest me


thanks ,
Sundar
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Shakthi Kannan
Hi,

--- On Mon, Nov 30, 2015 at 7:38 PM, Sundar Raj  wrote:
| Facing some problem in ubuntu .Installed O/s but now i could not
| install additional packages , GUI, etc...
| When i try to install rpm using the following command it says the following
| error.
|
| sudo apt-get install rpm
\--

Ubuntu is a Debian-based distribution, and it uses apt as its package
manager, while RPM-based distributions use rpm.

Why do you want to install rpm in Ubuntu?

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Sundar Raj
I am trying to install additional packages but couldn't...i am not getting
gui


Thanks ,
sundar

On Mon, Nov 30, 2015 at 7:44 PM, Shakthi Kannan 
wrote:

> Hi,
>
> --- On Mon, Nov 30, 2015 at 7:38 PM, Sundar Raj 
> wrote:
> | Facing some problem in ubuntu .Installed O/s but now i could not
> | install additional packages , GUI, etc...
> | When i try to install rpm using the following command it says the
> following
> | error.
> |
> | sudo apt-get install rpm
> \--
>
> Ubuntu is a Debian-based distribution, and it uses apt as its package
> manager, while RPM-based distributions use rpm.
>
> Why do you want to install rpm in Ubuntu?
>
> SK
>
> --
> Shakthi Kannan
> http://www.shakthimaan.com
> ___
> ILUGC Mailing List:
> http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
> ILUGC Mailing List Guidelines:
> http://ilugc.in/mailinglist-guidelines
>
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread Shakthi Kannan
Hi,

--- On Mon, Nov 30, 2015 at 7:46 PM, Sundar Raj  wrote:
| I am trying to install additional packages but couldn't...i am not getting
| gui
\--

Please bottom-post when you reply.

#1 What is your hardware?

#2 What packages do you want to install?

You can try:

  $ sudo apt-get install ubuntu-gnome-desktop

SK

-- 
Shakthi Kannan
http://www.shakthimaan.com
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines


Re: [Ilugc] Issue in ubuntu server installtion version 15.10

2015-11-30 Thread L. Guruprasad
Hi Sundar Raj,

On 11/30/15 7:46 PM, Sundar Raj wrote:
> I am trying to install additional packages but couldn't...i am not getting
> gui

For that you would be best served by using the 'apt' package manager.
For instance to update the package lists from the Ubuntu repositories,
you could run 'sudo apt update'. To install a desktop environment, you
can run 'sudo tasksel' and select 'Ubuntu Desktop' iirc to start the
installation of a desktop environment.

Thanks & Regards,
Guruprasad




signature.asc
Description: OpenPGP digital signature
___
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines